<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 ===============================
 * @authro      : æ¨æœæ°
 * @created     : 2023-01-04
 * @content     : 
 ===============================
*/
@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b{padding: 0;margin: 0;}
html{overflow: -moz-scrollbars-vertical;overflow-x: hidden;} /*å§‹ç»ˆè®© Firefox æ˜¾ç¤ºæ»šåŠ¨æ¡*/
*{word-wrap: break-word;margin: 0;padding: 0;}/*æ–‡å­—å¼ºåˆ¶æ¢è¡Œword-break:keep-all;(Ff)*/
table{border-collapse: collapse;}/*ç»†çº¿è¡¨æ&nbsp;¼*/
fieldset, img{border: none;}/*æ¸…é™¤æè¾¹,å—æ˜¾ç¤º*/
ul, li{list-style-type: none;}/*æ—&nbsp;åˆ—è¡¨é¡¹ç›®æ&nbsp;‡è®°*/
a{text-decoration: none;color:#333;}/* é“¾æŽ¥æ—&nbsp;ä¸‹åˆ’çº¿,æœ‰ä¸ºunderline;é“¾æŽ¥åŽ»æ¡† */
body{
	font-family:'Microsoft YaHei',"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial","sans-serif";
	font-size:14px;
	color:#555;
    background: #f2f2f2;
}

select, input{vertical-align: middle;outline: none;font-family:"Microsoft YaHei";}
em, i{font-style: normal;}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox]{cursor: pointer;outline: none;border: none;}
input, textarea{-webkit-tap-highlight-color: rgba(255,255,255,0);}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color: #aab2bd; /* placeholderé¢œè‰²  */
    font-size:0.65rem; /* placeholderå­—ä½“å¤§å°  */
    text-align: left; /* placeholderä½ç½®  */
}
.fl{ float:left;}
.fr{ float:right;}
.clear:after{
    display: block;
    content: "";
    overflow: hidden;
    visibility: hidden;
    clear: both;
}
.h5{height:5px;clear:both;}
.h10{height:10px;clear:both;}
.h15{height:15px;clear:both;}
.h20{height:20px;clear:both;}
.h25{height:25px;clear:both;}
.h30{height:30px;clear:both;}
.h40{height:40px;clear:both;}
.h50{height:50px;clear:both;}
.h60{height:60px;clear:both;}
.h70{height:70px;clear:both;}
.h80{height:80px;clear:both;}
.h90{height:90px;clear:both;}
.h100{height:100px;clear:both;}
.h110{height:110px;clear:both;}
.h140{height:140px;clear:both;}
.h160{height: 160px;clear: both;}
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis_two{
    text-overflow: ellipsis;
    display: -webkit-box; /** å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º **/
    -webkit-box-orient: vertical; /** è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å¯¹è±¡çš„å­å…ƒç´&nbsp;çš„æŽ’åˆ—æ–¹å¼ **/
    -webkit-line-clamp: 2; /** æ˜¾ç¤ºçš„è¡Œæ•° **/
    overflow: hidden; 
}
.jqthumb{
    position:absolute !important;
    left:0px;
    top:0px;
}
.scaleImg img{
}
.scaleImg:hover img{
    transform: scale(1.1);
    transition: all 0.3s linear;
}
/*å°†å½©è‰²å›¾ç‰‡å˜ç°è‰²*/
img.desaturate{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);     
    -moz-filter: grayscale(100%);     
    -ms-filter: grayscale(100%);     
    -o-filter: grayscale(100%); 
    }

/*å­—ç«–å‘æŽ’åˆ—*/
.writing-mode-lr{
    writing-mode: vertical-lr;/*ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: vertical-rl;*/    
    writing-mode: tb-lr;/*IEæµè§ˆå™¨çš„ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: tb-rlï¼›*/  
    text-align: left;  
}
.writing-mode-rl{
    writing-mode: vertical-rl;/*ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: vertical-rl;*/    
    writing-mode: tb-rl;/*IEæµè§ˆå™¨çš„ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: tb-rlï¼›*/
    text-align: left;    
}

/**
 * æ”¹å˜æµè§ˆå™¨æ»šåŠ¨æ¡
 * @author æ¨æœæ°
 * @return
 */
::-webkit-scrollbar {width:8px;background:none;}
::-webkit-scrollbar-button {display: none;}
::-webkit-scrollbar-track {}
::-webkit-scrollbar-track-piece {}
::-webkit-scrollbar-thumb {width:8px;background:#333;border-radius: 8px;}
::-webkit-scrollbar-corner {background:none;}
::-webkit-resizer {}
::-webkit-scrollbar:horizontal{height:9px;}

/**
 * cssæˆªå–å­—æ•°ä¸²
 */
.clamp1{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clamp2{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp3{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp4{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp5{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp6{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*
* å…¬å…±éƒ¨åˆ† ksi2
*/
.row{
    position: relative;
    z-index: 3;
}
.row:after{
    display: block;
    content: "";
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
.cont{
    position: relative;
    z-index: 6;
    padding: 0px 6.7708333%;
    padding: 0px calc(260px/100vw*100%);
}
.cont.full{
    padding: 0px;
}
.subCont{
    padding: 0px 6.8008333%;
    position: relative;
    z-index: 5;
}
.animated{
    visibility: hidden;
    visibility: visible\0;
}
:root .animated{
    visibility: hidden\0;
}

/*
* å­—ä½“ç±»
*/
.impact{
    font-family: "Impact";
}
.microsoftJhengHei{
    font-family: "MicrosoftJhengHei",
}

/**
 * css3åŠ¨ç”»ï¼ˆä»Žä¸Šå¾€ä¸‹ã€ä»Žä¸‹å¾€ä¸Šã€ä»Žå·¦å¾€å³ã€ä»Žå³å¾€å·¦ã€æ·¡å…¥ã€æ·¡å‡ºï¼‰
 * @author æ¨æœæ°
 * @return
 */
@-webkit-keyframes gupIn{from{opacity:0; -webkit-transform:translate3d(0,-30px,0);}}
@-moz-keyframes gupIn{from{opacity:0; -moz-transform:translate3d(0,-30px,0);}}
@keyframes gupIn{from{opacity:0; transform:translate3d(0,-30px,0);}}

@-webkit-keyframes gdownIn{from{opacity:0; -webkit-transform:translate3d(0,30px,0);}}
@-moz-keyframes gdownIn{from{opacity:0; -moz-transform:translate3d(0,30px,0);}}
@keyframes gdownIn{from{opacity:0; transform:translate3d(0,30px,0);}}

@-webkit-keyframes gleftIn{0%{opacity:0; -webkit-transform:translate3d(-30px,0,0);}100%{opacity:1; -webkit-transform:translate3d(0,0,0);}}
@-moz-keyframes gleftIn{0%{opacity:0; -moz-transform:translate3d(-30px,0,0);}100%{opacity:1; -moz-transform:translate3d(0,0,0);}}
@keyframes gleftIn{0%{opacity:0; transform:translate3d(-30px,0,0);}100%{opacity:1; transform:translate3d(0,0,0);}}

@-webkit-keyframes grightIn{0%{opacity:0; -webkit-transform:translate3d(80px,0,0);}100%{opacity:1; -webkit-transform:translate3d(0,0,0);}}
@-moz-keyframes grightIn{0%{opacity:0; -moz-transform:translate3d(80px,0,0);}100%{opacity:1; -moz-transform:translate3d(0,0,0);}}
@keyframes grightIn{0%{opacity:0; transform:translate3d(80px,0,0);}100%{opacity:1; transform:translate3d(0,0,0);}}

@-webkit-keyframes gfadeIn{0%{opacity:0;}100%{opacity:1;}}
@-moz-keyframes gfadeIn{0%{opacity:0;}100%{opacity:1;}}
@keyframes gfadeIn{0%{opacity:0;}100%{opacity:1;}}

@-webkit-keyframes gfadeOut{0%{opacity:1;}100%{opacity:0;}}
@-moz-keyframes gfadeOut{0%{opacity:1;}100%{opacity:0;}}
@keyframes gfadeOut{0%{opacity:1;}100%{opacity:0;}}
.ghide{
    visibility: hidden;
    visibility: visible\9;
}
.gupIn{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gupIn 1s 0.1s both;
    -moz-animation: gupIn 1s 0.1s both;
    animation: gupIn 1s 0.1s both;
    }
.gdownIn{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gdownIn 1s 0.1s both;
    -moz-animation: gdownIn 1s 0.1s both;
    animation: gdownIn 1s 0.1s both;
    }
.gleftIn{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gleftIn 1s 0.1s both;
    -moz-animation: gleftIn 1s 0.1s both;
    animation: gleftIn 1s 0.1s both;
    }
.grightIn{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: grightIn 1s 0.1s both;
    -moz-animation: grightIn 1s 0.1s both;
    animation: grightIn 1s 0.1s both;
    }
.gfadeIn{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gfadeIn 1s 0.1s both;
    -moz-animation: gfadeIn 1s 0.1s both;
    animation: gfadeIn 1s 0.1s both;
    }
.gfadeOut{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gfadeOut 1s 0.1s both;
    -moz-animation: gfadeOut 1s 0.1s both;
    animation: gfadeOut 1s 0.1s both;
}

@font-face {
    font-family: 'heliosextthinregular';
    src: url('fonts/he_eth_-webfont.eot');
    src: url('fonts/he_eth_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/he_eth_-webfont.woff') format('woff'),
         url('fonts/he_eth_-webfont.ttf') format('truetype'),
         url('fonts/he_eth_-webfont.svg#heliosextthinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*logoä¸­æ–‡å­—ä½“ fzxshjt*/
@font-face {
  font-family: "fzxshjt";
  src: url("fonts/fzxshjt/fzxshjt.woff2") format("woff2"),
       url("fonts/fzxshjt/fzxshjt.woff") format("woff"),
       url("fonts/fzxshjt/fzxshjt.ttf") format("truetype"),
       url("fonts/fzxshjt/fzxshjt.eot") format("embedded-opentype"),
       url("fonts/fzxshjt/fzxshjt.svg") format("svg");
}
/*logoè‹±æ–‡å­—ä½“*/
@font-face {
  font-family: "bankGothic";
  src: url("fonts/bankGothic/bankGothic.woff2") format("woff2"),
       url("fonts/bankGothic/bankGothic.woff") format("woff"),
       url("fonts/bankGothic/bankGothic.ttf") format("truetype"),
       url("fonts/bankGothic/bankGothic.eot") format("embedded-opentype"),
       url("fonts/bankGothic/bankGothic.svg") format("svg");
}

/*
* 
*/
@font-face {
  font-family: "FuturaLTLight";
  src: url("fonts/FuturaLTLight/FuturaLTLight.woff2") format("woff2"),
       url("fonts/FuturaLTLight/FuturaLTLight.woff") format("woff"),
       url("fonts/FuturaLTLight/FuturaLTLight.ttf") format("truetype"),
       url("fonts/FuturaLTLight/FuturaLTLight.eot") format("embedded-opentype"),
       url("fonts/FuturaLTLight/FuturaLTLight.svg") format("svg");
}

@font-face{
    font-family: 'MicrosoftJhengHei';
    src : url('fonts/MicrosoftJhengHei.ttf');
}

/*
* æ•°å­— 
*/
@font-face {
    font-family: 'Impact';
    src: url("fonts/Impact/Impact.woff2") format("woff2"),
       url("fonts/Impact/Impact.woff") format("woff"),
       url("fonts/Impact/Impact.ttf") format("truetype"),
       url("fonts/Impact/Impact.eot") format("embedded-opentype"),
       url("fonts/Impact/Impact.svg") format("svg");
}</pre></body></html>